Fix issue #21500 : [importc] undefined reference __Float32x4_t#22793
Fix issue #21500 : [importc] undefined reference __Float32x4_t#22793thewilsonator wants to merge 1 commit intodlang:masterfrom
__Float32x4_t#22793Conversation
|
Thanks for your pull request and interest in making D better, @thewilsonator! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
|
|
Please, check #21500 (comment) |
|
This was already fixed (properly) in #21772: dmd/druntime/src/__importc_builtins.di Lines 118 to 123 in f18ac3e |
TODO: tests
NB, this should fix the undefined identifier.
This does not address
__attribute__ ((__aarch64_vector_pcs__))which I presume would need to be a calling convention in LDC.