Alex Beregszaszi

Results 333 issues of Alex Beregszaszi

``` [ 48%] Building CXX object test/unittests/CMakeFiles/fizzy-unittests.dir/execute_floating_point_conversion_test.cpp.o In file included from /fizzy/test/unittests/execute_floating_point_conversion_test.cpp:6: /fizzy/test/unittests/execute_floating_point_test.hpp:16:14: error: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Werror,-Wignored-pragmas] #pragma STDC FENV_ACCESS ON ^...

We still need a patch for the start function, see https://github.com/wasm3/wasm3/issues/202. And also a memory leak issue: https://github.com/wasm3/wasm3/issues/203. At least we could get rid of https://github.com/wasm3/wasm3/pull/130, https://github.com/wasm3/wasm3/pull/129, and https://github.com/wasm3/wasm3/pull/145.

While due to Rosetta fizzy will just work on macOS, it would make sense considering supporting dual-binary builds with Apple Silicon. From https://developer.apple.com/documentation/apple_silicon/addressing_architectural_differences_in_your_macos_code: ![image](https://user-images.githubusercontent.com/20340/106478938-a4a94100-64a1-11eb-9fe0-b029c03c223b.png) But probably stdc++ hides this difference...