• which library should be used for half-precision mathematic functions?
    Hi all, I want to use half-precision arithmetic on Raspberry pi 3. I installed clang compiler to use _Float16 data type (which is for 16-bit arithmetic purpose). I was wondering is there any library...
  • which library should be used for half-precision mathematic functions?
    Hi all, I want to use half-precision arithmetic on Raspberry pi 3. I installed clang compiler to use _Float16 data type (which is for 16-bit arithmetic purpose). I was wondering is there any library...
  • Is there practical examples of Half-float (FP16) ?
    Greetings, After reading “PHENOMENAL COSMIC POWERS! Itty-bitty living space!” from edplowman , I'm wondering how the FP16 type can actually be used ? When reading the ARMv7 and ARMv8 architectures manuals...
  • Is there practical examples of Half-float (FP16) ?
    Greetings, After reading “PHENOMENAL COSMIC POWERS! Itty-bitty living space!” from edplowman , I'm wondering how the FP16 type can actually be used ? When reading the ARMv7 and ARMv8 architectures manuals...
  • Float point precision
    Can I reduce the float point precision in Keil to reduce my code size? Thank you.