AmigaPorts / AmigaPorts/ACE

Implement fixed point type of other width

Abierto
#28 1 comentario 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
C
Estrellas
223
Forks
38
Merge medio
1 d 5 h
PR fusionados (30 d)
6

Descripción

`fix16_t` is of 16.16 format, so it's 32-bit value. A500 & A600 have 16-bit data bus, so 8 and 16-bit vars are faster than 32-bit to fetch. Implementing `fix8_t` with format 8.8 analogous to `fix16_t` would speed things a bit at a cost of precision.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.