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

armRAL.h library in arm cortex -A9

We are using ARM cortex A9 which uses ARMv7. Can we use armRAL library with that ?

armral_status armral_tail_biting_convolutional_decode_block( const int8_t *src0, const int8_t *src1, const int8_t *src2, uint32_t k, uint32_t iter_max, uint8_t *dst);

this i the library function that i am trying to use. any alternatives if not?