Skip to content

Remove -DNO_ASM compile option #4

@rickgaiser

Description

@rickgaiser

This compile option is now needed to make ps2stuff compile.

Ideally GCC would be able to generate perfect ASM code. However, there's still many EE instructions not supported by GCC.
As long as GCC does not support all EE instructions, it would be best to fix the inline assembly, and have better performance from hand-written inline ASM code in some specific functions where this makes sense.

See https://github.com/ps2dev/ps2stuff/blob/master/include/ps2s/cpu_vector.h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions