Skip to content

__forceinline directive #1

@mittelmark

Description

@mittelmark

Great code!

To use it with g++-12 I have to use a define switch as g++ does not have __forceinline, I did it like this:

#ifndef __forceinline
#def __forceinline __attribute__((always_inline))
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions