Translate-c vector types on macOS
Ziggit
Translate-c vector types on macOS
Hello, On macOS, I compile ObjC with all kind of frameworks and libs with the Zig Build System . But I cannot translate-c headers containing definitions from <simd/vector_types.h>. Looking into it, it seems translate-c is detected differently and the following macro guard results into false: SIMD_COMPILER_HAS_REQUIRED_FEATURES More context: I’ve been mainly defining things on Zig’s side and duplicating the structs in headers. Parallel declaration has worked so far (obviously, sometimes I w...
0 comments
No comments yet.