Skip to content

Conversation

@jaykrell
Copy link

@jaykrell jaykrell commented Mar 12, 2023

  • Combined nmake/Unix Makefile.
  • _alloca instead of variable size array.
  • Do not do math on void*, could cast to char*, but in this case, move the uint8_t* cast.
  • C++20 for designated initializers.
  • Conditionalize on _WIN32, not specific compilers.

It builds. I haven't run it yet.

- Combined nmake/Unix Makefile.
- _alloca instead of variable size array.
- Cast void* to char* for math.
- C++20 for designated initializers.

It builds. I haven't run it yet.
@ggerganov ggerganov mentioned this pull request Mar 12, 2023
@ggerganov
Copy link
Member

We will merge #31 first and then see how to update the build system - either CMake or what you suggested here

@ggerganov
Copy link
Member

We already merged CMake support which provide Windows build

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants