This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Porting C code (using intrinsics) from Cortex-M to Cortex-A?

Former Member
Former Member

Hi, I am looking at ARM CMSIS code for biquad float32 implementation. This is written for Cortex-M as documentation states. How much effort would be needed to port this code to Cortex-A53? The code should be fast, optimized using intrinsics, not assembly. Thanks.

Parents
  • Actually it says:
    The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors.

    But it does not list Armv8-A, but then you did not say whether you want to use AArch32 or AArch64.

    Edit: My bad, DSP lib is cortex-m only.

Reply
  • Actually it says:
    The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors.

    But it does not list Armv8-A, but then you did not say whether you want to use AArch32 or AArch64.

    Edit: My bad, DSP lib is cortex-m only.

Children
No data