Skip to content

FPL does not compile on GCC i386/i486 targets #195

Description

@KungPhoo

final_platform_layer.zip

I had to guard all fplAtomic...64 functions on x86 Linux i686. Example:

#if defined(FPL_CPU_64BIT)
fpl_platform_api int64_t fplAtomicExchangeS64(volatile int64_t *target, const int64_t value);
#endif

I think it's a GCC issue. I add you the current develop-version with my changes. I hope you can implement them. (I don't know how to do a pull request, sorry).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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