Skip to content

Commit 4306831

Browse files
authored
embind: Remove unused long double memory view (#19096)
This was a legacy of fastcomp where sizeof(double) and sizeof(long double) were the same.
1 parent 099af34 commit 4306831

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system/lib/embind/bind.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,4 @@ EMSCRIPTEN_BINDINGS(builtin) {
176176

177177
register_memory_view<float>("emscripten::memory_view<float>");
178178
register_memory_view<double>("emscripten::memory_view<double>");
179-
#if __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__
180-
register_memory_view<long double>("emscripten::memory_view<long double>");
181-
#endif
182179
}

0 commit comments

Comments
 (0)