On 2015-12-15 11:07, katja wrote:
This looks good, thanks for proving me wrong. Which OSX version is this? I've had troubles with denormals in fat binaries in the past (OSX 10.5). It turned out that the preprocessor didn't pass architecture defines when preprocessing for multiple architectures.
tested on both 10.6 and 10.9
$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549 $ cc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
resp.
$ sw_vers ProductName: Mac OS X ProductVersion: 10.9.5 BuildVersion: 13F34 $ cat vers.txt Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix
gfda,sr IOhannes