flat assembler
Message board for the users of flat assembler.
Index
> Main > How add two short floats numbers ? |
Author |
|
revolution 25 Apr 2023, 10:50
F16 is a storage format, not intended to be a computation format.
So you need to convert from F16 to F32 (or F64), do the computation (add, mul, div, etc.), then convert and store again as F16. |
|||
25 Apr 2023, 10:50 |
|
Roman 25 Apr 2023, 11:03
Another forum one man say, on arm easy add two short floats for one tick cup.
|
|||
25 Apr 2023, 11:03 |
|
revolution 25 Apr 2023, 11:15
x86 != ARM
Code: mov eax,'x86' mov ebx,'ARM' cmp eax,ebx je all_cpus_are_the_same jne things_work_differently_on_different_cpus |
|||
25 Apr 2023, 11:15 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.