Skip to content

P3935 canonicalizef should take pointers #206

@eisenwave

Description

@eisenwave

The declaration shows

constexpr int canonicalizef(float cx, const float* x);

The first parameter must be
float* (pointer), not float (value).

The generic and l variants correctly use pointers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status
    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions