1
Applications and Porting / Re: [DEV] Adding support for POWER SIMD in ispc lib
« on: February 06, 2026, 11:02:21 pm »
Okay I added a basic support PPC64LE
It's pretty much straight forward changes https://github.com/ispc/ispc/pull/3735
at this stage it has no PPC-specific ISPCTarget enum values, no ISA enum entry, no .ll builtin files. I hope this would create the foundation for developers to further extend it.
It's pretty much straight forward changes https://github.com/ispc/ispc/pull/3735
at this stage it has no PPC-specific ISPCTarget enum values, no ISA enum entry, no .ll builtin files. I hope this would create the foundation for developers to further extend it.
